Release 10.1A: OpenEdge Development:
Progress 4GL Reference
DELETE WIDGET statement
Deletes one or more dynamic widgets.
Syntax
widget-handleThe handle of a dynamic widget.
ExampleIn the following example, the DELETE WIDGET statements deletes the dynamic button that you select:
Notes
- If you do not explicitly delete a dynamically created widget, it is deleted when its widget pool is deleted. If you do not create a new unnamed widget pool and do not explicitly specify a named widget pool when you create the widgets, all dynamic widgets are placed in the session pool. The session pool is not deleted until the OpenEdge session that created it ends.
- If
widget-handlerefers to a control-frame, any ActiveX control associated with the widget is also deleted. For more information on ActiveX support in Progress, see OpenEdge Development: Programming Interfaces .- For SpeedScript, use with buffer-field, buffer-object, buffer, and query-object handles.
See also
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |